From 2b1324acdeae82cbe46ac14c85ce149c2914ee98 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 21 Feb 2019 17:32:01 +0000 Subject: [PATCH] xendomains init script; Add dependency on $network xendomains generally needs to start after the bridge is set up. In https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798510#20 it was reported that for that user this improves things. We expect that this change may help with (or at least mask) some other starup races such as that in the original report for #798510. Closes: #798510 Signed-off-by: Ian Jackson --- debian/xen-utils-common.xendomains.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/xen-utils-common.xendomains.init b/debian/xen-utils-common.xendomains.init index 36d23f722b..53457ce597 100644 --- a/debian/xen-utils-common.xendomains.init +++ b/debian/xen-utils-common.xendomains.init @@ -1,8 +1,8 @@ #!/bin/bash ### BEGIN INIT INFO # Provides: xendomains -# Required-Start: $syslog $remote_fs xen -# Required-Stop: $syslog $remote_fs xen +# Required-Start: $syslog $network $remote_fs xen +# Required-Stop: $syslog $network $remote_fs xen # Should-Start: drbd iscsi openvswitch-switch # Should-Stop: drbd iscsi openvswitch-switch # X-Start-Before: corosync heartbeat libvirtd -- 2.30.2